home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / earcd / comm / tcp / dyn1_0_3.lha / INSTALL < prev    next >
Text File  |  1997-04-27  |  629b  |  16 lines

  1. To install the precompiled Linux binary, type "make install" and it will 
  2. install to /usr/local/bin/dyn.  Then add a line similar to this to your 
  3. /etc/ppp/ip-up script:
  4.  
  5. (sleep 5 ; /usr/local/bin/dyn MID SEC1 SEC2 SEC3 $4 MACHINE) &
  6.  
  7. THe sleep 5 is to give pppd a chance to setup the network routes and 
  8. stuff correctly, which is neccessary for me at least, because I have an 
  9. utterly slow computer.  MID is your monolith id, sec1-3 are the 3 numbers 
  10. in your security code, $4 is filled in by the script with your new IP 
  11. address, and MACHINE is your machine, something.dyn.ml.org.
  12.  
  13. Have Fun!
  14.                                 Jon
  15.                                 March 13, '97
  16.